:root {
  --p-color: #18A7FA;
  --s-color: #ffffff;
  --t-color: #000000;




  --background-item: #121826;
  --background-item-hover: #ffffff;
  --item-non-hover: #FEFEFE;
  --text-link: #C9CDD2;
  --text-link-accent: #DADBDE;
  --line-color: #222836;






  --text-color: #ffffff;
    --footer-bg: #000000;
    --footer-bottom-bg: #ffffff;
    --white: white;
    --link-color: #3e95ff;
    --link-hover: #3e95ff;
    --button-border: #3d689a;


    --background: transparent;
    --primary-color: #18A7FA;
    --secondary-color: #000000;
}
























body {
    background-color: rgb(0, 0, 0); /*indique la couleur de fond de la page web*/
    font-family: 'speedyblack_italic';
    height: 100vh;
    margin: 0;
    padding: 0;
    min-width: 585px;
    overflow-x: hidden;
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*
    box-shadow: 0 0 0 3px red inset;
  */
  }
  /**/
  /*POLICE*/
  @font-face {
    font-family: 'nevrada_neueuploaded_file';
    src: url('../POLICE/nevrada_neue-webfont.woff2') format('woff2'),
         url('../POLICE/nevrada_neue-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }
  
  @font-face {
    font-family: 'speedyblack_italic';
    src: url('../POLICE/speedy-blackitalic-webfont.woff2') format('woff2'),
         url('../POLICE/speedy-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  
  }
  
  
  @font-face {
    font-family: 'akira_expandedsuper_bold';
    src: url('../POLICE/akira_expanded_demo-webfont.woff2') format('woff2'),
         url('../POLICE/akira_expanded_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }
  
  @font-face {
    font-family: 'calvierregular';
    src: url('../POLICE/calvier-webfont.woff2') format('woff2'),
         url('../POLICE/calvier-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }
  
  
  
  
  @font-face {
    font-family: 'bisonbold';
    src: url('../POLICE/bison-bold-webfont.woff2') format('woff2'),
         url('../POLICE/bison-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }
  
  
  
  /*TEXTE / TITRE*/
  h1 {
    z-index: 10;
    color: rgb(255, 255, 255);
    position: relative;
    height: 10%;
    margin-left: 40px;
    margin-top: 30px;
    letter-spacing: 4px;
    display: block;
    align-items: center;
    top: 15%;
  
  }
  
  h2 {
    color:#18A7FA; 
    position: relative;
    letter-spacing: 4px;
    text-align: left;

    margin-left: 10px;
  }
  h3{
    font-size: 155%;
    font-family: 'speedyblack_italic';
    color:#000000;
    
  }
  h4 {
    color: rgb(255, 255, 255);
    text-align: center;
    margin-left: 30px;
    font-size: 1000%;
    cursor: grab;
    z-index: -5;
    padding-left: 17%;
  }
  h5 {
    color: #000000;
    text-align: left;
    margin-left: 30px;
    margin-top: 60px;
    text-decoration: underline black 3px;
    font-size: 120%;
  }
  p {
    color: rgb(0, 0, 0);
    position: relative;
    height: 10%;
    font-size: 150%;
    right: 50px;
    margin-top: 2px;
    letter-spacing: 4px;
    text-align: left;
    font-family: "nevrada_neueuploaded_file";
  }
  p {
    color: rgb(255, 255, 255);
    position: relative;
    font-size: 100%;
    letter-spacing: 2px;
    margin-left: 50px;
    font-family: 'speedyblack_italic';
  }
  .p3 {
    color: rgb(255, 255, 255);
    font-family: "nevrada_neueuploaded_file";
    text-align: start;
    margin-left: 100px;
    margin-top: 30px;
    font-weight: bold;
    font-size: 25px;
    cursor: pointer;
  }
  .p4{
    color: #18A7FA;
    position: relative;
    top: 5px;
    height: 10%;
    font-size: 150%;
    right: 50px;
    margin-top: 5%;
    letter-spacing: 8spx;
    text-align: left;
    font-family: "nevrada_neueuploaded_file";
    border-style: solid;
    border-width: 2px;
    border-color: #18A7FA;
    margin: 5px;
  }
  
  
  a {
    text-decoration: none;
    color: #ffffff;
  
    transition: color 0.3s ease;
  }
  
  a:hover {
    color: #000000;
  }
  
  .a-premium{
    text-decoration: none;
    color: #000000;
    transition: transform .2s;
    transition: color 0.3s ease;
  }
  
  .a-premium :hover{
    transform: scale(1.05);
  }
  
  
  
  
  .a1 {
    position: absolute;
    top: 3%;
    right: 0%;
    text-decoration: none;
    color:#18A7FA;
    cursor: pointer;
    transition: color 0.3s ease;
  }
  .a1:hover {
    color: #000000;
  }
  .a-buttom {
    text-decoration: none;
    color: #000000;
  
    transition: color 0.3s ease;
  }
  
  .a-buttom:hover {
    color: #18A7FA;
  }
  
  

















































/*DIV DE PRESENTATION (PREMIERE CHOSE VISIBLE DU SITE)*/
.MOCKUPS {
  position: absolute;
  left: 0;
  right: 0;
  top: 29vh;
  right: -33vh;
  margin: auto;
  width: 90vh;
  z-index: -0;
}
.degrade{
  height: 1000px;
  width: 100%;
  z-index: 1;
}
.bloc{
  background-image:transparent;
  position: relative;
  height: 104%;
  width: 100%;
  overflow: hidden;
  
}

.VIDEOPORTABLE{    
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  z-index: 2;
  border-radius: 30px;
  width: 36vh;
  top: 30.5vh;}


.presentation{
  position: relative;
  padding-top: 5%;
  height: 100%;
  z-index: -5;
}

















































/*LOGO PRINCIAPALE*/




.logo1 {
  position: absolute;
  height: 10%;
  width: 200px;
}
.logosimple {
  position: absolute;
  width: 100%;
  margin-left: 5%;
  object-fit: contain;
  transition: transform .5s;
}

.logosimple:hover{
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
  }

























/*MENU vertical*/

nav {
  width: 100%;
}

a {
  cursor: pointer;
}

.avatar-wrapper:hover .img-top {
    display: inline;
    transition: all 0.2s ease-in-out;
}
    .navigation__menu {
      background-color: var(
          --background
      );
      z-index: 3;
      background-color: #18A7FA;
      border-left: 1px solid var(--github-dark-border);
      height: 100vh;
      opacity: 1;
      display: flex;
      width: 100%;
      flex-direction: column;
      padding: 12px;
      right: 0;
      position: fixed;
      box-shadow: 
      rgba(100, 100, 111, 0.2)
      0px 7px 29px 0px;
      animation: fadeInAnimation 
      ease-in-out 0.5s forwards;
    }
    
    .navigation__menu__items {
      display: flex;
      flex-direction: column;
      gap: 8px;
      list-style-type: none;
      margin: 0px;
      margin-top: 30px;
      padding: 0px;
      color: var(--github-button-hover);
    }
    
    .navigation__menu__items> a > li {
      display: flex;
      gap: 15px;
      font-size: 20px;
      height:50px;
      border-radius: 6px;
      align-items: center;
      cursor: pointer;
      color: var(--color);
      padding: 0px 10px;
      transition: 1ms;
    }
    
    .navigation__menu__items > li:hover {
      background-color: var(--navigation-hover);
      color: var(--github);
    }
    
    .navigation__menu__items > li > svg {
      fill: var(--github);
      font-size: 100px;
    }
    
    .navigation__menu__items > .separator {
      display: flex;
      align-items: center;
      height: 10px;
      padding: 0px;
    }
    
    .navigation__menu__items > .separator:hover  {
      background-color: var(--background);
    }
    
    .navigation__menu__items > .separator > hr {
      border: 1px solid var(--github-dark-border);
      width: 100%;
    }
    
    .avatar-wrapper {
      display: flex;
      height: 40px;
      font-size: 20px;
      gap: 8px;
      align-items: center;
    }
    
    .avatar-wrapper .avatar-profile {
      width: 42px;
      height: 42px;
    }
    
    .avatar-name-wrapper {
      display: flex;
      flex-direction: column;
    }
    
    .avatar-name-alias {
      color: var(--github);
      font-weight: 600;
    }
    
    .avatar-name {
      color: var(--color);
      font-size: 12px;
    }
    
    .close-button {
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 6px;
      margin-left: auto;
      cursor: pointer;
      height: 32px;
      width: 32px;
    }
    
    .close-button:hover {
      background-color: var(--navigation-hover);
    }
    
    .close-button svg {
      height: 25px;
      width: 25px;
      fill: var(--github);
    }
    
    @keyframes fadeInAnimation {
      0% {
          opacity: 0;
          visibility: hidden;
          max-width: 0px;
      }
      100% {
          opacity: 1;
          visibility: visible;
          max-width: 320px;
      }
    }
    
    .none {
      display: none;
    }
    
    .hide {
      opacity: 0;
      visibility: hidden;
      animation: fadeOutAnimation 
    }
    
    @keyframes fadeOutAnimation {
      0% {
          opacity: 1;
          max-width: 320px;
          visibility: visible;
      }
      100% {
          opacity: 0;
          max-width: 0px;
          visibility: hidden;
      }
    }


    @media (max-width: 990px) {
      .menu {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: stretch;
        height: 20%;
        opacity: 0;
      }
      
    }
    
    
    .burger{
      position: absolute;
      top: 30px;
      right: 30px;
    }
    
    
    .menu {
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: stretch;
      height: 20%;
    }
    
    .menu li {
      display: inline-block;
      width: auto;
      height: 100px;
      transition: all 0.3s ease-in-out;
    }
    
    .menu li:hover .submenu {
      height: 85px;
    }
    
    .menu > li:hover > a {
      color: var(--link-color);
    }
    
    .menu > li:hover > a::before {
      visibility: visible;
      scale: 1 1;
    }
    
    .submenu {
      overflow: hidden;
      position: absolute;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: stretch;
      width: 100%;
      background-color: var(--link-color);
      height: 0%;
      box-sizing: border-box;
      transition: height 0.3s ease-in-out;
      z-index: 10;
    }
    .menu li .submenu a {
      color: #fff;
      opacity: 0;
      font-size: 16px;
      transition: opacity 0.25s;
      z-index: 10;
    }
    
    .menu > li:hover .submenu a {
      opacity: 1;
    }
    
    .menu > li .submenu a:hover {
      background: rgb(0 0 0 / 20%);
      z-index: 10;
    }
    
    .menu > li a {
      color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 10px;
      text-decoration: none;
      position: relative;
      height: 120%;
      z-index: 10;
    }
    
    .menu > li > a::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 3px;
      bottom: 3px;
      align-items: center;
      justify-content: center;
      left: 0px;
      background-color: var(--link-color);
      transition: all 0.2s ease-in-out;
      scale: 0 0;
      visibility: hidden;
      z-index: 10;
    }


























































  



















/*  MENU HORIZONTAL BAR DROITE  */

.figure img.Sirv.image-hover {
  position: absolute;
  left:6%;
  object-fit: contain;
  opacity: 0;
  transition: opacity .2s;
}
.main-item:hover img.Sirv.image-hover {
  opacity: 1;
}
.dropdown > ul > li a:hover img.Sirv.image-hover {
  opacity: 1;
}
.dropdown > ul > li  img.Sirv.image-hover {
  position: absolute;
  left:5%;
  object-fit: contain;
  opacity: 0;
  transition: opacity ;
}

.dropdown > ul > li > a


  
    
.dropdowns {
  min-width: 10rem;
  width: 100%;
  max-width: 16rem;
  border-radius: 1rem;
  overflow: hidden;
  background-color: transparent;
  font-family: 'speedyblack_italic';
  font-size: 20px;
}

.main-items {
  padding: 0.5rem;
  height: 50px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: start;
  border-radius: 0.5rem;
  user-select: none;
  font-size: 1rem;
  font-family: 'speedyblack_italic';
  font-size: 20px;
  gap: 1rem;
  border: none;
  width: 100%;
  background: transparent;
  transition: all ease-in-out 0.25s;
  color: var(--s-color);
}
.main-items:hover {
  background-color: #ffd700 ;
  text-align: center;
}

.a-prenuim {
  -webkit-transition: color 0s;
  transition: color 0s;

}
.a-prenuim:hover {
  color: #ffffff;
}

.main-items--open + ul {
  visibility: visible;
  max-height: 400px;
  padding-left: 22px;
  opacity: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.main-items svg {
  stroke: var(--item-non-hover);
  transition: all ease-in-out 0.25s;
}

.main-items:hover svg {
  stroke: var(--t-color);
}

.main-items--open {
  border-radius: 8px;
  transition: all 200ms;
  color: var(--s-color);
}

.main-items--open:hover {
  color: var(--t-color);
  border-radius: 8px;
  background-color: var(
    --background-item-hover);
}

.main-items--open svg {
  stroke: var(--s-color);
}
  
  
  



.dropdown {
  min-width: 10rem;
  width: 100%;
  max-width: 16rem;
  border-radius: 1rem;
  overflow: hidden;
  background-color: transparent;
  font-family: 'speedyblack_italic';
  font-size: 20px;
}

.main-item {
  padding: 0.5rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: start;
  border-radius: 0.5rem;
  user-select: none;
  font-size: 1rem;
  font-family: 'speedyblack_italic';
  font-size: 20px;
  gap: 1rem;
  border: none;
  width: 100%;
  background: transparent;
  transition: all ease-in-out 0.25s;
  color: var(--s-color);
}

.main-item:hover {
  background-color: var(--s-color) ;
  color: var(--t-color);
}

.main-item svg {
  stroke: var(--item-non-hover);
  transition: all ease-in-out 0.25s;
}

.main-item:hover svg {
  stroke: var(--t-color);
}

.main-item--open {
  border-radius: 8px;
  transition: all 200ms;
  color: var(--s-color);
}

.main-item--open:hover {
  color: #000000;
  border-radius: 8px;
  background-color: var(
    --background-item-hover);
}

.main-item--open svg {
  stroke: var(--s-color);
}

.dropdown > ul {
  max-height: 0px;
  list-style-type: none;
  margin: 0px;
  padding-left: 14px;
  opacity: 0;
  font-size: smaller;
  visibility: hidden;
  transition: all ease-in-out 0.2s;
}

.main-item--open + ul {
  visibility: visible;
  max-height: 400px;
  padding-left: 22px;
  opacity: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.dropdown > ul > li {
  display: flex;
  width: 100%;
  font-size: 0.9rem;
  align-items: center;
  border-left: 2px solid var(--s-color);
}

.dropdown > ul > li > a {
  color: var(--s-color);
  padding: 1rem 0.75rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  border-radius: 0.5rem;
  margin-left: 1rem;
  width: 100%;
}

.dropdown > ul > li:hover {
  color: var(--p-color);
  cursor: pointer;
}

.dropdown > ul > li:hover > a {
  color: var(--t-color);
  background: var(--background-item-hover);
  width: 100%;
}

.expand-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: auto;
  transform: rotate(90deg);
}

.main-item--open > .expand-icon {
  transform: rotate(-90deg);
}






/* Sidenav menu */
.sidenav {
  height: 100vh;
  width: 320px;
  position: fixed;
  z-index: 10;
  top: 0;
  right: -320px;
  background-color: var(--link-color);
  padding-top: 80px;
  transition: right 0.5s ease;
}
/* Sidenav menu links */
.sidenav a {
  text-decoration: none;
  font-size: 25px;
  color: var(--s-color);
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #111;
}

.sidenav ul {
  list-style-type: none;
  padding: 1px;
  margin-left: 10px;
}

/* Active class */
.sidenav.active {
  right: 0;
}

/* Close btn */
.sidenav .close {
  position: absolute;
  top: 15px;
  right: 40px;
  font-size: 66px;
}

/* Icône burger */
.burger-icon span {
  display: block;
  position: relative;
  width: 80%;
  height: 10%;
  background-color: rgb(255, 255, 255);
  margin: 8px 0;
}
.menu-burger{
  position: absolute;
  top: 10px;
  height: 100px;
  width: 200px;
}
.menu-burger-img{
  height: auto;
  width: 100%;
  object-fit: cover;
}


/*NOUVELLE LISTE*/




.wrapper{
  max-width: 400px;
  width: 100%;
  cursor: default;
}
.wrapper header{
  font-size: 30px;
  font-weight: 600;
}
.wrapper .inputField{
  margin: 20px 0;
  width: 100%;
  display: flex;
  height: 45px;
  margin-left: 5px;
}
.inputField input{
  width: 70%;
  height: 100%;
  outline: none;
  border-radius: 14px;
  border: 1px solid var(--t-color);
  font-size: 15px;
  padding-left: 15px;
  transition: all 0.3s ease;
}
.inputField input:focus{
  border-color: var(--t-color);
}
.inputField button{
  cursor: pointer;
  width: 50px;
  height: 100%;
  border: none;
  color: #fff;
  margin-left: 5px;
  font-size: 21px;
  outline: none;
  background: var(--t-color);
  border-radius: 14px;
  transition: all 0.3s ease;
}
.inputField button:hover,
.footer button:hover{
  background: var(--s-color);
  color: var(--t-color);
}
.inputField button.active{
  opacity: 1;
  pointer-events: auto;
}
.wrapper .todoList{
  height: auto;
  overflow-y: auto;
  border-left: 2px solid var(--s-color);
}
.todoList li{
  position: relative;
  list-style: none;
  margin-bottom: 4px;
  margin-top: 4px;
  background: #f2f2f2;
  border-radius: 3px;
  padding: 10px 15px;
  margin-left: 4px;
  cursor: default;
  overflow: hidden;
  word-wrap: break-word;
}
.todoList li .icon{
  position: absolute;
  right: -45px;
  top: 50%;
  transform: translateY(-50%);
  background: #e74c3c;
  width: 45px;
  text-align: center;
  color: #fff;
  padding: 10px 15px;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  transition: all 0.2s ease;
}
.todoList li:hover .icon{
  right: 0px;
}
.wrapper .footer{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.footer button{
  height: 100%;
  width: 100%;
  padding: 6px 10px;
  border-radius: 3px;
  border: none;
  outline: none;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  margin-left: 5px;
  background: var(--t-color);
  user-select: none;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.footer button.active{
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
}





/*BOUTTON PROFIL DU MENU HORIZONTAL A DROITE*/



.avatar-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}

.avatar-wrapper .avatar-profile {
  width: 32px;
  height: 32px;
  border-radius: 20px;
}

.avatar-name-wrapper {
  display: flex;
  flex-direction: column;
  transform: translate(80px , -160%);
  height: 100%;
  width: 100%;
}

.avatar-name-alias {
  color: var(--github);
  font-size: 20px;
}

.avatar-name {
  color: var(--color);
}



.avatar-wrapper .img-top {
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 99;
}

.avatar-profile{
margin-top: 15px;
width: 70px;
height:70px;
border-radius: 1000px;
object-fit: scale-down;

}
.avater-profil-image{
cursor: pointer;
object-fit: cover;
height: 70px;
}


.boutton-profil{
position: absolute;
width: 100%;
height: 10%;
padding-left: 20px;
bottom: 0px;
}
.boutton-profil:hover{

margin-left: 0px;
height: 10%;
cursor: pointer;
align-items: center;
justify-content: start;
border-radius: 0.5rem;
user-select: none;
font-size: 1rem;
font-family: 'speedyblack_italic';
font-size: 20px;
gap: 1rem;
border: none;
width: 100%;
background: transparent;
transition: all ease-in-out 0.25s;
background-color: var(--s-color);
/*
height: 100px;
display: flex;
cursor: pointer;
align-items: center;

justify-content: start;
border-radius: 0.5rem;
user-select: none;
font-size: 1rem;
font-family: 'speedyblack_italic';
font-size: 20px;
gap: 1rem;
border: none;
width: 100%;
background: transparent;
transition: all ease-in-out 0.25s;
color: var(--s-color);
*/
}

.menu-vertical-logo{
position: absolute;
width: 80%;
height: 50px;
top: 0px;
}
.menu-vertical-logo:hover{
cursor: pointer;
}

















  .FUTUR-MATCH{
    position: relative;
    height: 70%;
    width: 100%;
    background-color: var(--t-color);
    margin-top: -7%;
}

.top-bar {
  display: flex;
  gap: 16px;
  align-items: center;
  width: 100%;
  flex-direction: row;
  color:#ffffff;
}
.top-bar-left {
  height: 100%;
  width: 50%;
  flex-direction: row;
  align-items: center;
  display: flex;
  gap: 16px;
}
.top-bar-right {
  height: 100%;
  width: 50%;
  right: 0px;
  flex-direction: row;
  align-items: center;
  display: flex;
  gap: 16px;
}
.top-bar-right-bottom {
  height: 100%;
  width: 35%;
  margin-left: 70%;
  flex-direction: row;
  align-items: center;
  display: flex;
  gap: 16px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.top-bar-leftr h2 {
  font-size: 100%;
}

.top-bar-left svg {
  color: var(--headline-color);
}

.action-buttons {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  scroll-snap-align: start;
  width: 100%;
  flex-wrap: wrap;
}

.action-button {
  color: #163300;
  border-radius: 16px;
  height: 32px;
  gap: 4px;
  cursor: pointer;
  display: flex;
  padding: 0 12px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  align-items: center;
  text-decoration: none;
  background: var(--secondary);
}

.action-button--primary:active {
  background: var(--accent-active);
}

.action-button:active {
  background: var(--secondary-active);
}


.action-button--horizontal-scroll {
  border-radius: 50%;
  cursor: pointer;
  border: none;
  outline: none;
  width: 32px;
  height: 32px;
  background: var(--accent);
}

.action-button--horizontal-scroll:hover {
  background: var(--accent-hover);
}

.action-button--horizontal-scroll:active {
  background: var(--accent-active);
}

.action-button--horizontal-scroll:disabled {
  cursor: not-allowed;
  background: var(--secondary);
}

.action-button--horizontal-scroll:disabled:hover {
  background: var(--secondary);
}

.action-button--horizontal-scroll:disabled:active {
  background: var(--secondary);
}

#action-button--previous {
  margin-left: auto;
  transform: rotate(-90deg);
}

#action-button--next {
  transform: rotate(90deg);
}

.action-button:hover {
  background: var(--secondary-hover);
}

.action-button--primary {
  background: var(--accent);
}

.action-button--primary:hover {
  background: var(--accent-hover);
}

.action-button--primary:active {
  background: var(--accent-active);
}

#events {
  display: flex;
  gap: 1.5rem;
  padding: 1rem 0px;
  width: 100%;
  flex-direction: row;
  overflow: auto;
}
#events::-webkit-scrollbar {
  width: 12px; /* width of the entire scrollbar */
}

#events::-webkit-scrollbar-track {
  background: transparent; /* color of the tracking area */
}

#events::-webkit-scrollbar-thumb {
  background-color: #18A7FA; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 1px solid #000000; /* creates padding around scroll thumb */
}

.event {
  appearance: none;
  text-decoration: none;
  position: relative;
  transition: all 0.2s ease-in-out;
  min-width: 320px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  scroll-snap-align: start;
  overflow: hidden;
  color: rgba(29, 32, 59, 1);
}

.event__image {
  position: relative;
}

.event__indicator {
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  padding: 0.5rem;
  min-width: 3.5rem;
  min-height: 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--white);
  align-items: center;
  border-radius: 0.5rem;
}

.event__date {
  top: 0.5rem;
  left: 0.5rem;
  font-size: 1.35rem;
}

.event__date__month {
  font-size: 0.6rem;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--event-headline);
}

.event__type {
  top: 0.5rem;
  right: 0.5rem;
}

.event__type svg {
  color: var(--event-text);
  height: 2rem;
  width: 2rem;
}

.event-description {
  font-family: Arial, Helvetica, sans-serif;
  color:#ffffff;
  padding: 0.5rem 0.75rem;
}

.event img {
  width: 100%;
  height: 250px;
  border-radius: 1rem;
  object-fit: cover;
  object-position: top;
}

.event h2 {
  font-size: 1.375rem;
  letter-spacing: normal;
  overflow-wrap: normal;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1.25rem;
  color: var(--event-headline);
  overflow: hidden;
  text-overflow: ellipsis;
}

.bottom-stats {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  flex-direction: row;
  color: var(--headline-color);
}

.bottom-stat {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-direction: row;
}

.container {
  max-width: 1200px;
  width: 100%;
  min-width: 800px;
  margin: 120px auto;
}
.container::-webkit-scrollbar {
  width: 12px; /* width of the entire scrollbar */
}

.container::-webkit-scrollbar-track {
  background: #18A7FA; /* color of the tracking area */
}

.container::-webkit-scrollbar-thumb {
  background-color: #ffffff; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 1px solid #000000; /* creates padding around scroll thumb */
}

.circle {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
}

.circle--green {
  background: var(--success);
}

.circle--red {
  background: var(--error);
}











































.LIVE{
  padding-top: 50px;
    position: relative;
    width: 100%;
    background-color: var(--t-color);
}

.LIVE-match{
    position: absolute;
    height: 100%;
    width: 85%;
    margin-left: 25%;
    
}
.bloc-video {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.bloc-video video {
  height: auto;
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;


}
.MENU-MATCH{
  position: absolute;
  height: 95%;
  width: 90%;
  max-height: 90%;
  overflow-y:scroll;
  margin: 5%;
}
.CHAMPIONAS{
  position: relative;
  width: 30%;
  height: 90%;
  margin-left: 6px;
  margin-top: 6px;
  border-radius: 33px;
  background-color: var(--p-color);
}
.MATCH{
  position: relative;
  height: 120px;
  width:  340px;
  margin: 1rem;
  background-color: #ffffff;
  transition: transform .5s;
  justify-content: space-between;
  display: inline-block;
  border-radius: 42px;
}
.MATCH:hover{
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
  }

.cathegorie-match{
  position: relative;
  height: 100%;
  width: 70%;
  transform: translate(40%,-100%);
  border-radius: 42px;
}
.equipe-match{
  position: relative;
  height: 50px;
  width: 50px;
  align-content: center;
  transform: translate(90%,70%);
}

.logo-championas{
  height: 50%;
  display: flex;
  transform: translate(85%, 50%);
}


.logo-championas img {
  position: absolute;
  height: 100%;
}























































  .up {
    height: 100px;
    width: 100px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    border-style: solid;
    border-width: 3px;
    border-color: #000000;
    transition: transform 3ms;
  }
  
  .up-image {
    width: 60px;
  }





































  

/*BAS DE PAGE*/




.footer-wrapper {
  display: flex;
  flex-direction: column;

  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 16px;
}

.footer-logo-columns {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 4;
  gap: 48px 16px;
}

.footer-legal-commentaire{
  width: 100%;
  height: auto;
}



.subscribe-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 8rem;
  color: var(--white);
  text-decoration: none;
  font-size: 1rem;
  height: 3rem;
  font-weight: 700;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  background-color: var(--secondary-color);
  border: 2px solid var(--white);
  border-radius: 0.375rem;
  transition: all 0.5s ease-in-out;
}

.subscribe-btn:hover {
  border: 3px solid var(--secondary-color);
  background-color: var(--white);
  color: var(--secondary-color);
}




.footer-logo {
  margin-bottom: 2rem;
  width: 3rem;
}

.image-pub{
  height: 10px;
}





.footer-logo-column {
  display: flex;
  grid-area: footer-logo;
  flex-direction: column;
  min-width: 16rem;
  flex-grow: 1;
  padding: 16px;
  background-color: var(--link-color);
}

.footer-logo-column p {
  color: var(--text-color);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.footer-logo-column h3 {
  color: var(--white);
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

/* other columns */


.footer-columns {
  width: 100%;
  height: auto;
margin-top: 200px;
}

.other-columns ul {
  display: flex;
  gap: 0.75rem;
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
  font-weight: 600;
  padding-top: 2rem;
  margin-bottom: 16px;
}

.other-columns ul a {
  color: var(--text-color);
  text-decoration: none;
  font-size: 0.85rem;
}

.other-columns ul a:hover {
  text-decoration: underline;
}

.other-columns h3 {
  color: var(--link-color);
  margin-bottom: 1rem;
  font-size: 1,5rem;
  margin-top: 16px;

}

.footer-logo svg {
  fill: var(--white);
}

/*? Footer bottom */
.footer-bottom {
  margin-top: 48px;
  width: 100%;
  padding: 1rem 0px;
  color: var(--text-color);
  background-color: var(--footer-bottom-bg);
}

.footer-bottom-wrapper {
  display: flex;
  max-width: 1024px;
  margin: 0 auto;
  gap: 1rem;
  width: 100%;
  flex-wrap: wrap;
  font-family: Arial, Helvetica, sans-serif;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 1rem;
}

.footer-bottom small {
  font-size: 1rem;
  display: inline;
  white-space: nowrap;
}

.footer-bottom-links {
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.footer-bottom-links a {
  color: var(--link-color);
  text-decoration: none;
  white-space: nowrap;
}

.footer-bottom-links a:hover {
  color: var(--link-hover);
  text-decoration: underline;
}

.footer-bottom>small {
  font-size: 1rem;
  margin: 0 auto;
  width: 100%
}

/*? socials */
.social-wrapper {
  display: flex;
  gap: 0.5rem;
  margin: 0 auto;
}

.social-links {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}

.social-links img {
  width: 1.5rem;
  height: 1.5rem;
  transition: all 0.2s ease-in-out;
}

.social-links img:hover {
  transform: scale(1.1);
}

.social-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  list-style-type: none;
}

.footer-bottom-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*? footer containers */
footer {
  bottom: 0px;
  background-color: var(--footer-bg);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.bloc-discussion {
  position: relative;
  height: 100%;
  width: 200%;
  right: 0px;
  min-width: 300px;
  display: inline-block;
}






.avatar {
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  object-fit: cover;
}

.discussion {
  background-color: var(--white);
  border-radius: 1rem;
  position:absolute;
  top: 5%;
  margin: 20px;
  min-width: 16rem;
  max-width: 25rem;
  user-select: none;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.discussion__header {
  background-color: var(--gray-light);
  border-bottom: var(--gray-borders);
  display: flex;
  gap: 0.5rem;
  border-radius: 0.5rem 0.5rem 0 0;
  overflow: hidden;
  padding: 16px;
  width: 100%;
}

.discussion__header textarea {
  border: 1px solid var(--gray-borders);
  padding: 0.5rem;
  border-radius: 0.25rem;
  height: 3rem;
  transition: height 0.3s ease-in-out;
  resize: none;
  width: 100%;
  font-family: 'speedyblack_italic';
}

.discussion__header textarea:focus {
  outline: none;
  height: 5rem;
  border: 1px solid var(--primary);
}

.comment {
  display: flex;
  padding: 1rem;
  min-height: 6rem;
  gap: 0.5rem;
  border-bottom: 1px solid var(--gray-borders);
  font-family: 'speedyblack_italic';
}

.newcomment__toolbar {
  justify-content: end;
  display: flex;
  gap: 0.5rem;
  padding: 0.25rem;
}

.newcomment__toolbar button {
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 0.5rem;
  font-family: 'speedyblack_italic';
}

.button--primary {
  background-color: var(--link-color);
  color: var(--white);
  min-width: 5rem;
}

.comment__text {
  font-size: 0.75rem;
}

.comment__author {
  font-size: 0.8rem;
}

.comment__date {
  font-size: 0.75rem;
  margin-left: 0.2rem;
  color: var(--gray-dark);
}


.social-media-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
}

.social-media-buttons li {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  cursor: pointer;
  display: grid;
  background-color: var(--primary-color);
  place-items: center;
  transition: all 0.3s;
  border: 1px solid var(--primary-color);
}

.social-media-buttons li a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: var(--secondary-color);
}

.social-media-buttons li:hover {
  background-color: var(--s-color);
  border: 1px solid var(--t-color);
  border-radius: 8px;
}

.social-media-buttons li a svg {
  height: 24px;
  width: 24px;
  stroke: var(--t-color);
  stroke-width: 1.75;
  transition: 0.8s;
}

.social-media-buttons li:hover svg {
  stroke: var(--t-color);
  transform: rotateY(360deg);
  stroke-width: 1.75;
}


@media (min-width: 320px) {
  .other-columns {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 600px) {
  .other-columns {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
  }

  .footer-bottom-wrapper {
      flex-direction: row;
  }


  .footer-bottom-links {
      margin-left: 1.5rem;
  }
}
@media (max-width: 1000px) {
  .footer-bottom {
    margin-top: 150px;
  }
}

@media (max-width: 800px) {
  .footer-top {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 1rem 0.5rem 2rem 0.5rem;
  }
}


@media (max-width: 1112px) {

}




















































